home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: 500 MB Amiga Software / 500 MB Amiga Software - Euber 130 - Amiga Games Disc & Mag.iso / userbox / publicdomain / tinymeter / source / tinymeter_prefs / tmp_mui.h < prev    next >
C/C++ Source or Header  |  1995-11-17  |  3KB  |  119 lines

  1. #include <libraries/mui.h>
  2. #include <proto/muimaster.h>
  3. #include <clib/exec_protos.h>
  4. #include <exec/memory.h>
  5. #include <clib/alib_protos.h>
  6.  
  7. struct ObjApp
  8. {
  9.     APTR    App;
  10.     APTR    TMP_Menu;
  11.     APTR    WI_Main;
  12.     APTR    IM_label_6;
  13.     APTR    GR_grp_0;
  14.     APTR    GO_PublicScreen;
  15.     APTR    STR_GO_PublicScreen;
  16.     APTR    LV_PublicScreen;
  17.     APTR    SL_MemRefresh;
  18.     APTR    SL_VolRefresh;
  19.     APTR    SL_Wait;
  20.     APTR    STR_WinPosX;
  21.     APTR    STR_WinPosY;
  22.     APTR    STR_WinSizX;
  23.     APTR    BT_SnapFrom;
  24.     APTR    CY_Moving;
  25.     APTR    CY_Winhandle;
  26.     APTR    STR_DescMem;
  27.     APTR    STR_DescFastMem;
  28.     APTR    STR_DescChipMem;
  29.     APTR    STR_DescRetina;
  30.     APTR    STR_DescIdle;
  31.     APTR    PA_Font;
  32.     APTR    STR_PA_Font;
  33.     APTR    CY_BackPic;
  34.     APTR    PA_BackPic;
  35.     APTR    STR_PA_BackPic;
  36.     APTR    LV_Colors;
  37.     APTR    LV_ACol;
  38.     APTR    CH_BorderGauges;
  39.     APTR    CH_3dGauge;
  40.     APTR    CH_ShadowText;
  41.     APTR    RA_BorderType;
  42.     APTR    SL_Colums;
  43.     APTR    SL_BWidth;
  44.     APTR    SL_BHeight;
  45.     APTR    SL_Space;
  46.     APTR    SL_YSize;
  47.     APTR    STR_VolFormat;
  48.     APTR    CY_VolIndent;
  49.     APTR    STR_MemFormat;
  50.     APTR    CY_MemIndent;
  51.     APTR    STR_IdleFormat;
  52.     APTR    CY_IdleIndent;
  53.     APTR    STR_Info1Format;
  54.     APTR    STR_Info2Format;
  55.     APTR    CY_InfoIndent;
  56.     APTR    PA_DigitalClock;
  57.     APTR    STR_PA_DigitalClock;
  58.     APTR    RA_ClockFormat;
  59.     APTR    PA_DigitalDate;
  60.     APTR    STR_PA_DigitalDate;
  61.     APTR    RA_DateFormat;
  62.     APTR    CY_ClockPos;
  63.     APTR    CY_ClockIndent;
  64.     APTR    CH_TextInGauges;
  65.     APTR    CH_NoGauges;
  66.     APTR    CH_NoBase;
  67.     APTR    CH_DisplayClock;
  68.     APTR    CH_DisplayDate;
  69.     APTR    CH_DisIdle;
  70.     APTR    CH_DisplayMem;
  71.     APTR    CH_DisplayChip;
  72.     APTR    CH_DisplayFast;
  73.     APTR    CH_DisplayRetina;
  74.     APTR    CH_DisplayInfo1;
  75.     APTR    CH_DisplayInfo2;
  76.     APTR    LV_AvailVolList;
  77.     APTR    LV_SelVolList;
  78.     APTR    WI_About;
  79.     APTR    TX_label_5;
  80.     char *    STR_TX_label_6;
  81.     char *    STR_TX_label_7;
  82.     char *    STR_TX_label_8;
  83.     char *    STR_TX_Format1_Desc;
  84.     char *    STR_TX_label_4;
  85.     char *    STR_TX_label_5;
  86.     char *    STR_GR_grp_0[4];
  87.     char *    CY_MovingContent[3];
  88.     char *    CY_WinhandleContent[4];
  89.     char *    STR_GR_grp_5[7];
  90.     char *    CY_BackPicContent[4];
  91.     char *    RA_BorderTypeContent[4];
  92.     char *    CY_VolIndentContent[4];
  93.     char *    CY_MemIndentContent[4];
  94.     char *    CY_IdleIndentContent[4];
  95.     char *    CY_InfoIndentContent[4];
  96.     char *    RA_ClockFormatContent[5];
  97.     char *    RA_DateFormatContent[3];
  98.     char *    CY_ClockPosContent[3];
  99.     char *    CY_ClockIndentContent[4];
  100.     char *    STR_GR_grp_6[4];
  101. };
  102.  
  103. #define TM_CANCEL 1
  104. #define TM_TEST 2
  105. #define TM_USE 3
  106. #define TM_SAVE 4
  107. #define TM_SNAP 5
  108. #define TM_SELCOL 6
  109. #define TM_ADDVOL 7
  110. #define TM_REMVOL 8
  111. #define TM_UPVOL 9
  112. #define TM_DOWNVOL 10
  113. #define TM_SELPUB 11
  114. #define TD_LOAD 12
  115. #define TM_SAVEAS 13
  116.  
  117. extern struct ObjApp * CreateApp(void);
  118. extern void DisposeApp(struct ObjApp *);
  119.